Fix Bug#6019, Bug#9315.
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 12 Oct 2011 18:32:35 +0000 (20:32 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 12 Oct 2011 18:32:35 +0000 (20:32 +0200)
commit31c495207473e86a964b594ee210b90392b059cf
tree81d86f5ee6d9924a4b42d7b4990087d75e1d5e2c
parent63184155518193d08190b94de2d2abe496cbf5d9
Fix Bug#6019, Bug#9315.

* files.el (set-auto-mode): Call `file-name-sans-versions' for the
complete `buffer-file-name', the local file name part could look
remotely (for example on VMS).

* net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
`tramp-run-real-handler'.
(ange-ftp-fix-name-for-vms): Handle the case, where `name' is
already quoted by '"'.

* net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
Let `file-name-handler-alist' be nil, the local file name part
could look remotely (for example on VMS).
lisp/ChangeLog
lisp/files.el
lisp/net/ange-ftp.el
lisp/net/tramp.el